home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TACCOUNTEDITFORM / TACCOUNTEDITFORM.txt < prev   
Text File  |  2003-03-07  |  11KB  |  424 lines

  1. object AccountEditForm: TAccountEditForm
  2.   Left = 595
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Account Details'
  7.   ClientHeight = 335
  8.   ClientWidth = 368
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   ShowHint = True
  19.   OnKeyUp = FormKeyUp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object CancelButton: TButton
  24.     Left = 198
  25.     Top = 302
  26.     Width = 75
  27.     Height = 25
  28.     Anchors = [akLeft, akBottom]
  29.     Cancel = True
  30.     Caption = 'Cancel'
  31.     TabOrder = 1
  32.     OnClick = CancelButtonClick
  33.   end
  34.   object OKButton: TButton
  35.     Left = 118
  36.     Top = 302
  37.     Width = 75
  38.     Height = 25
  39.     Anchors = [akLeft, akBottom]
  40.     Caption = 'OK'
  41.     Default = True
  42.     TabOrder = 0
  43.     OnClick = OKButtonClick
  44.   end
  45.   object HelpButton: TButton
  46.     Left = 286
  47.     Top = 302
  48.     Width = 75
  49.     Height = 25
  50.     Anchors = [akLeft, akBottom]
  51.     Caption = 'Help'
  52.     TabOrder = 2
  53.     OnClick = HelpButtonClick
  54.   end
  55.   object PageControl: TPageControl
  56.     Left = 8
  57.     Top = 8
  58.     Width = 353
  59.     Height = 281
  60.     ActivePage = IncomingIMAPTabSheet
  61.     TabOrder = 3
  62.     object MailAccountTabSheet: TTabSheet
  63.       Caption = 'Mail Account'
  64.       ImageIndex = 3
  65.       object Label2: TLabel
  66.         Left = 48
  67.         Top = 16
  68.         Width = 281
  69.         Height = 33
  70.         AutoSize = False
  71.         Caption = 
  72.           'Type the name by which you would like to refer to this mail acco' +
  73.           'unt. For example: "Work" or "College e-mail account"'
  74.         WordWrap = True
  75.       end
  76.       object Image1: TImage
  77.         Left = 16
  78.         Top = 16
  79.         Width = 28
  80.         Height = 21
  81.         AutoSize = True
  82.         Picture.Data = {<image000.bmp>}
  83.       end
  84.       object NameEdit: TEdit
  85.         Left = 16
  86.         Top = 52
  87.         Width = 313
  88.         Height = 21
  89.         TabOrder = 0
  90.       end
  91.       object CheckAccountByDefaultCheckBox: TCheckBox
  92.         Left = 16
  93.         Top = 224
  94.         Width = 233
  95.         Height = 21
  96.         Caption = 'Include this account in default mail check'
  97.         TabOrder = 1
  98.       end
  99.     end
  100.     object IncomingHotmalTabSheet: TTabSheet
  101.       Caption = 'Incoming mail'
  102.       object Label6: TLabel
  103.         Left = 16
  104.         Top = 48
  105.         Width = 49
  106.         Height = 26
  107.         Hint = 'The password to log into the POP3 or Hotmail server with'
  108.         Caption = 'Password:'#13#10
  109.       end
  110.       object EmailLabel: TLabel
  111.         Left = 16
  112.         Top = 16
  113.         Width = 78
  114.         Height = 13
  115.         Hint = 
  116.           'Required by Hotmail to log in, required by POP3 if you want to b' +
  117.           'ounce emails'
  118.         Caption = 'Hotmail address:'
  119.       end
  120.       object HotmailServerLabel: TLabel
  121.         Left = 16
  122.         Top = 112
  123.         Width = 34
  124.         Height = 13
  125.         Caption = 'Server:'
  126.       end
  127.       object HotmailPasswordEdit: TEdit
  128.         Left = 136
  129.         Top = 48
  130.         Width = 193
  131.         Height = 21
  132.         Hint = 'The password to log into the POP3 or Hotmail server with'
  133.         PasswordChar = '*'
  134.         TabOrder = 1
  135.         Text = 'HotmailPasswordEdit'
  136.       end
  137.       object HotmailSavePasswordCheckBox: TCheckBox
  138.         Left = 136
  139.         Top = 72
  140.         Width = 169
  141.         Height = 17
  142.         Caption = '&Remember password'
  143.         TabOrder = 2
  144.       end
  145.       object HotmailEmailEdit: TEdit
  146.         Left = 136
  147.         Top = 16
  148.         Width = 193
  149.         Height = 21
  150.         Hint = 
  151.           'Required by Hotmail to log in, required by POP3 if you want to b' +
  152.           'ounce emails'
  153.         TabOrder = 0
  154.         Text = 'HotmailEmailEdit'
  155.         OnChange = HotmailEmailEditChange
  156.       end
  157.       object HotmailAdvancedButton: TButton
  158.         Left = 208
  159.         Top = 216
  160.         Width = 123
  161.         Height = 25
  162.         Caption = 'Proxy configuration'
  163.         TabOrder = 3
  164.         OnClick = AdvancedButtonClick
  165.       end
  166.       object HotmailAccountRadioButton: TRadioButton
  167.         Left = 136
  168.         Top = 112
  169.         Width = 113
  170.         Height = 17
  171.         Caption = 'Hotmail'
  172.         TabOrder = 4
  173.       end
  174.       object HotmailMSNAccountRadioButton: TRadioButton
  175.         Left = 136
  176.         Top = 136
  177.         Width = 129
  178.         Height = 17
  179.         Caption = 'MSN Hotmail'
  180.         TabOrder = 5
  181.       end
  182.     end
  183.     object IncomingPOP3TabSheet: TTabSheet
  184.       Caption = 'Incoming mail'
  185.       ImageIndex = 1
  186.       object POP3Label: TLabel
  187.         Left = 16
  188.         Top = 16
  189.         Width = 103
  190.         Height = 13
  191.         Caption = 'POP3 server address:'
  192.       end
  193.       object UserNameLabel: TLabel
  194.         Left = 16
  195.         Top = 48
  196.         Width = 54
  197.         Height = 13
  198.         Hint = 'the username to log into the POP3 server with'
  199.         Caption = 'User name:'
  200.       end
  201.       object Label3: TLabel
  202.         Left = 16
  203.         Top = 80
  204.         Width = 49
  205.         Height = 26
  206.         Hint = 'The password to log into the POP3 or Hotmail server with'
  207.         Caption = 'Password:'#13#10
  208.       end
  209.       object POP3AddressEdit: TEdit
  210.         Left = 136
  211.         Top = 16
  212.         Width = 193
  213.         Height = 21
  214.         TabOrder = 0
  215.         Text = 'POP3AddressEdit'
  216.       end
  217.       object POP3UserNameEdit: TEdit
  218.         Left = 136
  219.         Top = 48
  220.         Width = 193
  221.         Height = 21
  222.         Hint = 'the username to log into the POP3 server with'
  223.         TabOrder = 1
  224.         Text = 'POP3UserNameEdit'
  225.       end
  226.       object POP3PasswordEdit: TEdit
  227.         Left = 136
  228.         Top = 80
  229.         Width = 193
  230.         Height = 21
  231.         Hint = 'The password to log into the POP3 or Hotmail server with'
  232.         PasswordChar = '*'
  233.         TabOrder = 2
  234.         Text = 'HotmailPasswordEdit'
  235.       end
  236.       object POP3SavePasswordCheckBox: TCheckBox
  237.         Left = 136
  238.         Top = 104
  239.         Width = 137
  240.         Height = 17
  241.         Caption = '&Remember password'
  242.         TabOrder = 3
  243.       end
  244.       object POP3AdvancedButton: TButton
  245.         Left = 176
  246.         Top = 216
  247.         Width = 155
  248.         Height = 25
  249.         Caption = 'Advanced POP3 configuration'
  250.         TabOrder = 4
  251.         OnClick = AdvancedButtonClick
  252.       end
  253.     end
  254.     object OutgoingMailTabSheet: TTabSheet
  255.       Caption = 'Bouncing && outgoing mail'
  256.       ImageIndex = 2
  257.       object AllowBouncingCheckBox: TCheckBox
  258.         Left = 16
  259.         Top = 16
  260.         Width = 313
  261.         Height = 17
  262.         Caption = 'Enable bouncing of messages from this account'
  263.         Checked = True
  264.         State = cbChecked
  265.         TabOrder = 0
  266.         OnClick = AllowBouncingCheckBoxClick
  267.       end
  268.       object SMTPAdvancedButton: TButton
  269.         Left = 176
  270.         Top = 216
  271.         Width = 155
  272.         Height = 25
  273.         Caption = 'Advanced bouncing options'
  274.         TabOrder = 2
  275.         OnClick = AdvancedButtonClick
  276.       end
  277.       object SMTPAddressPanel: TPanel
  278.         Left = 34
  279.         Top = 40
  280.         Width = 303
  281.         Height = 161
  282.         BevelOuter = bvNone
  283.         TabOrder = 1
  284.         object SMTPLabel: TLabel
  285.           Left = 0
  286.           Top = 132
  287.           Width = 105
  288.           Height = 13
  289.           Hint = 'Specifying an SMTP server allows emails to be bounced'
  290.           Caption = 'SMTP server address:'
  291.         end
  292.         object ServerDescLabel: TLabel
  293.           Left = 0
  294.           Top = 72
  295.           Width = 295
  296.           Height = 52
  297.           Caption = 
  298.             'Specifying the SMTP server provided by your ISP enables a bounce' +
  299.             ' notice to be sent when a connection cannot be made to the machi' +
  300.             'ne that sent you the email. Often using your ISP'#39's SMTP server i' +
  301.             's the only way to bounce an email.'
  302.           WordWrap = True
  303.         end
  304.         object Label5: TLabel
  305.           Left = 16
  306.           Top = 56
  307.           Width = 255
  308.           Height = 13
  309.           Caption = 'This panel is hidden if the account is hotmail'
  310.           Font.Charset = DEFAULT_CHARSET
  311.           Font.Color = clRed
  312.           Font.Height = -11
  313.           Font.Name = 'MS Sans Serif'
  314.           Font.Style = [fsBold]
  315.           ParentFont = False
  316.           Visible = False
  317.         end
  318.         object SMTPEmailAddressLabel: TLabel
  319.           Left = 0
  320.           Top = 32
  321.           Width = 69
  322.           Height = 13
  323.           Hint = 'The '
  324.           Caption = 'Email Address:'
  325.         end
  326.         object EmailDescLabel: TLabel
  327.           Left = 0
  328.           Top = 0
  329.           Width = 283
  330.           Height = 26
  331.           Caption = 
  332.             'The email address for this account is required as email does not' +
  333.             ' always specify the address it is sent to.'
  334.           WordWrap = True
  335.         end
  336.         object SMTPAddressEdit: TEdit
  337.           Left = 110
  338.           Top = 132
  339.           Width = 187
  340.           Height = 21
  341.           Hint = 'Specifying an SMTP server allows emails to be bounced'
  342.           TabOrder = 1
  343.           Text = 'SMTPAddressEdit'
  344.         end
  345.         object SMTPEmailEdit: TEdit
  346.           Left = 110
  347.           Top = 32
  348.           Width = 187
  349.           Height = 21
  350.           TabOrder = 0
  351.           Text = 'SMTPEmailEdit'
  352.         end
  353.       end
  354.     end
  355.     object IncomingIMAPTabSheet: TTabSheet
  356.       Caption = 'Incoming Mail'
  357.       ImageIndex = 4
  358.       object IMAPAddressLabel: TLabel
  359.         Left = 16
  360.         Top = 16
  361.         Width = 101
  362.         Height = 13
  363.         Caption = 'IMAP server address:'
  364.       end
  365.       object IMAPUserNameLabel: TLabel
  366.         Left = 16
  367.         Top = 48
  368.         Width = 54
  369.         Height = 13
  370.         Caption = 'User name:'
  371.       end
  372.       object IMAPPasswordLabel: TLabel
  373.         Left = 16
  374.         Top = 80
  375.         Width = 49
  376.         Height = 13
  377.         Caption = 'Password:'
  378.       end
  379.       object IMAPAddressEdit: TEdit
  380.         Left = 136
  381.         Top = 16
  382.         Width = 193
  383.         Height = 21
  384.         TabOrder = 0
  385.         Text = 'IMAPAddressEdit'
  386.       end
  387.       object IMAPUserNameEdit: TEdit
  388.         Left = 136
  389.         Top = 48
  390.         Width = 193
  391.         Height = 21
  392.         TabOrder = 1
  393.         Text = 'IMAPUserNameEdit'
  394.       end
  395.       object IMAPPasswordEdit: TEdit
  396.         Left = 136
  397.         Top = 80
  398.         Width = 193
  399.         Height = 21
  400.         PasswordChar = '*'
  401.         TabOrder = 2
  402.         Text = 'IMAPPasswordEdit'
  403.       end
  404.       object IMAPSavePassWordCheckBox: TCheckBox
  405.         Left = 136
  406.         Top = 104
  407.         Width = 153
  408.         Height = 17
  409.         Caption = '&Remember password'
  410.         TabOrder = 3
  411.       end
  412.       object IMAPAdvancedButton: TButton
  413.         Left = 176
  414.         Top = 216
  415.         Width = 155
  416.         Height = 25
  417.         Caption = 'Advanced IMAP configuration'
  418.         TabOrder = 4
  419.         OnClick = AdvancedButtonClick
  420.       end
  421.     end
  422.   end
  423. end
  424.